.clearfix::after{
	display: block;
	content: "";
	clear: both;
	height: 0;
}
#tab{
	
}

#tab .row h5 {
	border: 1px solid #a3daff;
	width: 24%;
	float: left;
	font-size: 1.1rem;
	height: 2.4rem;
	line-height: 2.4rem;
	padding-bottom: 0px;
	text-align: center;
	transform: skewX(10deg);
}
#tab .row h5.active{
	border: 1px solid #a3daff;
	background-color: #03a6ff;
	color: #fff;
}
#tab .row h5:hover{
	background-color: #a3daff;
	color: #fff;
}
.fa::before{
	margin-right: 0.7rem;
}
.fa{
	font-weight: bold;
}
.row h5.wow{
	cursor: pointer;
}
